/**底部内容**/
/* 页脚整体样式 */
.bottom {
    width: 100%;
    background: #282D3D;
}

.footer_wrap {
    width: 75%;
    margin: 0 auto;
    padding: 3rem 0 5rem;
}
/* 内容容器 */
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 每个内容项 */
.footer-item {
    flex: 1;
    text-align: left;

}

/* 标题样式 */
.scan-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .scan-title p {
        font-weight: bold;
        padding-bottom: 0.5rem;
    }

.footer-title {
    font-size: 1.2rem;
    color: #A4A6AD;
    font-weight: bold;
    line-height: 2;
    cursor: pointer;
}

    .footer-title a {
        font-size: 1.2rem;
        color: #A4A6AD;
        font-weight: bold;
        line-height: 2;
        cursor: pointer;
    }
    .footer-title a:hover{
        color:#ffffff;
    }


/* 内容项样式 */
.footer-item p {
    color: #A4A6AD;
    font-size: 1rem;
    line-height: 2;
    text-decoration: none;
}
.footer-item p a {
    color: #A4A6AD;
    font-size: 1rem;
    line-height: 2;
    text-decoration: none;
}
.footer-item p a:hover {
        color: #ffffff;
    }
.copyright {
    color: #fff;
    display: block;
    padding: 1rem 0;
    bottom: 0;
    background: #1D2233;
    text-align: center;
}

.copyright_font {
    font-size: 0.9rem;
    color: #A4A6AD;
    line-height: 2;
}

.copyright_web {
    font-size: 0.9rem;
    color: #A4A6AD;
}

.copy_no {
    color: #A4A6AD;
}

/* 适配1600以下屏幕， */
@media screen and (max-width:1600px) {
    .footer_wrap {
        width: 80%;
    }
    .img-title p {
        font-size: 0.9rem;
    }

/* 适配1440以下屏幕，75% */
@media screen and (max-width:1440px) {

}

/* 适配1366以下屏幕，71% */
@media screen and (max-width:1366px) {
    .footer_wrap {
        padding: 2rem 0 4rem;
        width: 88%;
    }
    .footer-title a, .footer-title {
        font-size: 1rem;
    }
    .footer-item p a, .img-title p, .footer-item p {
        font-size: 0.8rem;
    }
    .footer-item p a:hover{
        color: #ffffff;
    }
    .copyright_font, .copyright_web {
        font-size: 0.7rem;
    }
}

/* 适配1280以下屏幕，66.6% */
@media screen and (max-width:1280px) {
    .bottom-left dl {
        height: 220px;
    }

    .bottom-right {
        margin-top: -220px;
    }
    /* 二维码间距 */
    .scan {
        margin-left: 36px;
    }

    .bottom-left li {
        margin-top: 32px;
    }
}

/* 适配1024以下屏幕，53.3% */
@media screen and (max-width:1024px) {

    .footer_wrap {
        width: 90%;
    }

    .bottom-left li {
        margin-right: 3%;
        margin-top: 32px;
    }

    /* 二维码间距 */
    .scan {
        margin-left: 10px;
        font-size: 1.2rem;
    }


    /* 平板适配768 */
    @media screen and (max-width:768px) {
        .footer_wrap {
            width: 94%;
        }

        .bottom-left li {
            margin-right: 3%;
        }
    }
